home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue32 / construc / DRBOBWIZ.DFM / DRBOBWIZ.txt next >
Encoding:
Text File  |  1998-03-08  |  5.8 KB  |  268 lines

  1. object FormWizard: TFormWizard
  2.   Left = 414
  3.   Top = 159
  4.   ActiveControl = ComboBoxAliases
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dr.Bob'#39's Query to HTML Conversion Wizard v1.02'
  7.   ClientHeight = 373
  8.   ClientWidth = 552
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel: TBevel
  21.     Left = 0
  22.     Top = 323
  23.     Width = 552
  24.     Height = 50
  25.     Align = alBottom
  26.     Shape = bsTopLine
  27.   end
  28.   object Notebook: TNotebook
  29.     Left = 0
  30.     Top = 0
  31.     Width = 552
  32.     Height = 323
  33.     Align = alClient
  34.     TabOrder = 3
  35.     object TPage
  36.       Left = 0
  37.       Top = 0
  38.       Caption = 'alias'
  39.       object TLabel
  40.         Left = 184
  41.         Top = 64
  42.         Width = 146
  43.         Height = 13
  44.         Caption = 'Please select a database alias:'
  45.       end
  46.       object TLabel
  47.         Left = 184
  48.         Top = 119
  49.         Width = 162
  50.         Height = 13
  51.         Caption = 'Please define the SQL query here:'
  52.       end
  53.       object TLabel
  54.         Left = 184
  55.         Top = 16
  56.         Width = 353
  57.         Height = 39
  58.         Caption = 
  59.           'Dr.Bob'#39's Query to HTML Conversion Wizard can convert an SQL Quer' +
  60.           'y to a HTML CGI-Form, using the values (contents) of selected (p' +
  61.           'arameterized) fields connected to a TBQueryTableProducer compone' +
  62.           'nt .'
  63.         WordWrap = True
  64.       end
  65.       object ComboBoxAliases: TComboBox
  66.         Left = 184
  67.         Top = 79
  68.         Width = 170
  69.         Height = 21
  70.         ItemHeight = 13
  71.         TabOrder = 0
  72.       end
  73.       object MemoSQL: TMemo
  74.         Left = 184
  75.         Top = 134
  76.         Width = 340
  77.         Height = 176
  78.         Lines.Strings = (
  79.           'SELECT * FROM'
  80.           'WHERE')
  81.         TabOrder = 1
  82.       end
  83.     end
  84.     object TPage
  85.       Left = 0
  86.       Top = 0
  87.       Caption = 'fields'
  88.       object TLabel
  89.         Left = 184
  90.         Top = 16
  91.         Width = 347
  92.         Height = 26
  93.         Caption = 
  94.           'Please, use the check-listbox below to select the relevant field' +
  95.           's you want to include in the generated HTML page:'
  96.         Transparent = True
  97.         WordWrap = True
  98.       end
  99.       object CheckListFields: TCheckListBox
  100.         Left = 184
  101.         Top = 45
  102.         Width = 340
  103.         Height = 265
  104.         ItemHeight = 13
  105.         TabOrder = 0
  106.       end
  107.     end
  108.     object TPage
  109.       Left = 0
  110.       Top = 0
  111.       Caption = 'final'
  112.       object LabelFinish: TLabel
  113.         Left = 184
  114.         Top = 271
  115.         Width = 346
  116.         Height = 39
  117.         Caption = 
  118.           'Congratulation, you'#39've finished specifying what you need from Qu' +
  119.           'eryBob. Please click on the "Finish" button to let QueryBob gene' +
  120.           'rate the HTML webpage to use together with the TBQueryTableProdu' +
  121.           'cer.'
  122.         WordWrap = True
  123.       end
  124.       object TLabel
  125.         Left = 184
  126.         Top = 65
  127.         Width = 49
  128.         Height = 13
  129.         Caption = 'Form Title:'
  130.       end
  131.       object TLabel
  132.         Left = 184
  133.         Top = 236
  134.         Width = 45
  135.         Height = 13
  136.         Caption = 'Filename:'
  137.       end
  138.       object TLabel
  139.         Left = 184
  140.         Top = 16
  141.         Width = 353
  142.         Height = 26
  143.         Caption = 
  144.           'Now that you'#39've specified the Query, SQL and Field requirements,' +
  145.           ' only the HTML and CGI-Form details are left to specify.'
  146.         WordWrap = True
  147.       end
  148.       object EditTitle: TEdit
  149.         Left = 260
  150.         Top = 61
  151.         Width = 256
  152.         Height = 21
  153.         TabOrder = 0
  154.         Text = 'Search Query'
  155.       end
  156.       object EditFileName: TEdit
  157.         Left = 260
  158.         Top = 232
  159.         Width = 256
  160.         Height = 21
  161.         TabOrder = 1
  162.         OnChange = Precondition
  163.       end
  164.       object GroupBox: TGroupBox
  165.         Left = 175
  166.         Top = 100
  167.         Width = 360
  168.         Height = 93
  169.         Caption = 'Common Gateway Interface'
  170.         TabOrder = 2
  171.         object TLabel
  172.           Left = 9
  173.           Top = 31
  174.           Width = 64
  175.           Height = 13
  176.           Caption = 'Action (URL):'
  177.         end
  178.         object TLabel
  179.           Left = 9
  180.           Top = 62
  181.           Width = 39
  182.           Height = 13
  183.           Caption = 'Method:'
  184.         end
  185.         object EditAction: TEdit
  186.           Left = 86
  187.           Top = 27
  188.           Width = 256
  189.           Height = 21
  190.           TabOrder = 0
  191.           Text = 'http://www.drbob42.com/cgi-bin/action.exe'
  192.         end
  193.         object RadioPost: TRadioButton
  194.           Left = 86
  195.           Top = 60
  196.           Width = 56
  197.           Height = 17
  198.           Caption = 'Post'
  199.           Checked = True
  200.           TabOrder = 1
  201.           TabStop = True
  202.         end
  203.         object TRadioButton
  204.           Left = 145
  205.           Top = 60
  206.           Width = 56
  207.           Height = 17
  208.           Caption = 'Get'
  209.           TabOrder = 2
  210.         end
  211.       end
  212.     end
  213.   end
  214.   object ButtonNext: TButton
  215.     Tag = 1
  216.     Left = 376
  217.     Top = 336
  218.     Width = 75
  219.     Height = 25
  220.     Caption = '&Next >'
  221.     Default = True
  222.     TabOrder = 1
  223.     OnClick = ButtonStepClick
  224.   end
  225.   object ButtonCancel: TButton
  226.     Left = 464
  227.     Top = 336
  228.     Width = 75
  229.     Height = 25
  230.     Caption = 'Cancel'
  231.     ModalResult = 2
  232.     TabOrder = 2
  233.   end
  234.   object ButtonBack: TButton
  235.     Tag = -1
  236.     Left = 301
  237.     Top = 336
  238.     Width = 75
  239.     Height = 25
  240.     Caption = '< &Back'
  241.     TabOrder = 0
  242.     OnClick = ButtonStepClick
  243.   end
  244.   object Panel: TPanel
  245.     Left = 10
  246.     Top = 10
  247.     Width = 152
  248.     Height = 300
  249.     BevelInner = bvLowered
  250.     BevelOuter = bvNone
  251.     TabOrder = 4
  252.     object Image: TImage
  253.       Left = 1
  254.       Top = 1
  255.       Width = 150
  256.       Height = 298
  257.       Align = alClient
  258.       AutoSize = True
  259.       Center = True
  260.       Picture.Data = {<image000.bmp>}
  261.     end
  262.   end
  263.   object TheQuery: TQuery
  264.     Left = 512
  265.     Top = 32
  266.   end
  267. end
  268.